Vcenter Lcm Discovery InteropReport ReportRow
Vcenter Lcm Discovery InteropReport ReportRow
The Vcenter Lcm Discovery InteropReport ReportRow schema contains the interoperability between a given product and the target product.
JSON Example
{
"product": {
"installed_product": "string",
"name": "string",
"version": "string",
"target_version": "string",
"deployments": [
"string"
],
"auto": false
},
"compatible": false,
"compatible_releases": [
{
"version": "string",
"note": "string"
}
]
}
product
Required
The product to compare to the target product.
boolean
compatible
Required
Defines whether the product is compatible against the target product.
compatible_releases
Required
A list of compatible releases of the product with the target product.